Autogenerated HTML docs for v1.5.0.3-382-g34572 
diff --git a/git-send-email.html b/git-send-email.html index 6a6e9aa..e05b0b9 100644 --- a/git-send-email.html +++ b/git-send-email.html 
@@ -313,7 +313,8 @@  the first will be sent as replies to the first email sent. When using   this, it is recommended that the first file given be an overview of the   entire patch series.  - Default is --chain-reply-to  + Default is the value of the <em>sendemail.chainreplyto</em> configuration  + value; if that is unspecified, default to --chain-reply-to.   </p>   </dd>   <dt>  @@ -410,6 +411,54 @@  </dd>   </dl>   </div>  +<h2>CONFIGURATION</h2>  +<div class="sectionbody">  +<dl>  +<dt>  +sendemail.aliasesfile  +</dt>  +<dd>  +<p>  + To avoid typing long email addresses, point this to one or more  + email aliases files. You must also supply <em>sendemail.aliasfiletype</em>.  +</p>  +</dd>  +<dt>  +sendemail.aliasfiletype  +</dt>  +<dd>  +<p>  + Format of the file(s) specified in sendemail.aliasesfile. Must be  + one of <em>mutt</em>, <em>mailrc</em>, <em>pine</em>, or <em>gnus</em>.  +</p>  +</dd>  +<dt>  +sendemail.bcc  +</dt>  +<dd>  +<p>  + Email address (or alias) to always bcc.  +</p>  +</dd>  +<dt>  +sendemail.chainreplyto  +</dt>  +<dd>  +<p>  + Boolean value specifying the default to the <em>--chain_reply_to</em>  + parameter.  +</p>  +</dd>  +<dt>  +sendemail.smtpserver  +</dt>  +<dd>  +<p>  + Default smtp server to use.  +</p>  +</dd>  +</dl>  +</div>   <h2>Author</h2>   <div class="sectionbody">   <p>Written by Ryan Anderson &lt;ryan@michonline.com&gt;</p>  @@ -426,7 +475,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 02-Mar-2007 10:34:22 UTC  +Last updated 12-Mar-2007 07:28:56 UTC   </div>   </div>   </body>